CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 车辆路径

搜索资源列表

  1. VRP

    4下载:
  2. 应用遗传算法针对物流配送车辆路径规划问题进行求解,使用MATLAB进行编程-Using genetic algorithm to solve the problem of logistics distribution vehicle routing problem, using MATLAB programming
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:11622
    • 提供者:wang
  1. VRP_algorithm

    8下载:
  2. 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件-5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:29696
    • 提供者:涂超
  1. simpleGA

    0下载:
  2. 基于遗传算法求解车辆路径问题,里面有相关文档说明和源码-Based on the genetic algorithm to solve the vehicle routing problem with relevant documentation and source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:133691
    • 提供者:迟锐
  1. vrp

    0下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题-Using MATLAB to prepare the genetic algorithm to solve the vehicle routing optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6891
    • 提供者:zhch76
  1. GAVRP

    0下载:
  2. 基于 遗传算法的车辆路径问题,看起来比较简单-Genetic algorithm based on the vehicle routing problem, it seems relatively simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1508
    • 提供者:吴娟
  1. 验证性VRP

    0下载:
  2. 利用遗传算法实现VRP问题,将车辆路径问题规划的较为详细,算法较为良好(The genetic algorithm is used to solve the VRP problem, and the vehicle routing problem is more detailed and the algorithm is better)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. GA

    0下载:
  2. 遗传算法的车辆路径研究,实现的是配送路径最短(Genetic algorithm of vehicle routing research, the realization of the shortest delivery route)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:13312
    • 提供者:刘秋萍
  1. vrp

    0下载:
  2. 车辆路径问题用遗传算法来求解,借助了matlab的程序代码(The vehicle routing problem is solved by genetic algorithm, with matlab program code.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:小小周zzz
  1. li3

    0下载:
  2. 经典TSP问题,对于学习遗传算法以及车辆路径的同学及其有帮助,(The classic TSP problem is helpful to the learning of genetic algorithms and the students of the vehicle path.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:yipianxue
  1. 地震正在运行

    1下载:
  2. 采用matlab解决带时间窗的车辆路径规划问题,用了遗传算法(Using matlab to solve vehicle routing problem with time windows, using GA)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-06
    • 文件大小:10240
    • 提供者:当当0221
  1. MDVRP

    1下载:
  2. 遗传算法求解多车场车辆路径问题 有多组算例可以用(Genetic algorithm for solving multi-depot vehicle vehicle routing problems)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-23
    • 文件大小:17408
    • 提供者:1992张路
  1. vrp

    1下载:
  2. 车辆路径问题 多种算法解决 遗传算法 改进的遗传算法(Various Algorithms for Vehicle Routing Problem Improvement of Genetic Algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:84992
    • 提供者:海霞2018
  1. vrp

    1下载:
  2. 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
  3. 所属分类:matlab例程

    • 发布日期:2019-10-19
    • 文件大小:4096
    • 提供者:HappyppaH
  1. MDVRP

    3下载:
  2. 借助遗传算法求解多中心车辆路径规划问题,算法程序在matlab上实现(Genetic algorithm for solving vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-18
    • 文件大小:19456
    • 提供者:Mr_Ellison
  1. vrp

    1下载:
  2. 遗传算法求解vrptw,带时间窗约束的车辆路径问题(Genetic algorithm for VRPTW vehicle routing problem with time window constraints)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-16
    • 文件大小:1024
    • 提供者:chenrens
« 1 2 3 4 5 6»
搜珍网 www.dssz.com